home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 10-InfoSystems / mail / sendmail-conf.hlp.z / sendmail-conf.hlp
Encoding:
Text File  |  1997-07-30  |  2.9 KB  |  75 lines

  1. #!/usr/bin/perl5
  2.  
  3. print <<EndOfFile;
  4. Content-type: text/html
  5.  
  6. <FORM>
  7. <H2>Sendmail Configuration</H2>
  8. <P>
  9. Mail messages on the Internet are transferred from source to destination
  10. using the Sendmail Transfer Protocol (SMTP). On IRIX systems, SMTP 
  11. is managed by the <VAR>sendmail</VAR> daemon. The configuration parameters 
  12. that control mail processing are stored in the <VAR>/etc/sendmail.cf</VAR>
  13. file. The default Silicon Graphics configuration, which implements a subset
  14. of the available parameters, is satisfactory for most mail implementations.
  15. </P>
  16. <P>
  17. Use the Sendmail Configuration form to set the following parameters:
  18. </P>
  19. <P>
  20. <STRONG>Enable sendmail:</STRONG> This selection turns the
  21. sendmail daemon on or off. Select <VAR>Yes</VAR> to turn sendmail 
  22. transfer on and <VAR>No</VAR> to turn it off.
  23. </P>
  24. (Default value: Yes)
  25. <P>
  26. <STRONG>Hostname of mail forwarder:</STRONG> The mail forwarder is a
  27. system outside the local organization where mail is sent when the
  28. destination system cannot be found.  This should be a fully qualified
  29. hostname for the forwarder system (such as forwarder.pine.com).
  30. </P>
  31. (Default value: relay.DOMAIN)
  32. <P>
  33. <STRONG>Root domain name:</STRONG> This is the domain name for your
  34. entire organization (such as aspen.com). The domain name is normally 
  35. provided by your Internet service provider.
  36. </P>
  37. (Default value: none)
  38. <P>
  39. <STRONG>Hostname of mail relay:</STRONG> The mail relay is the system that 
  40. receives mail sent to a host within the organization whose destination cannot 
  41. be determined. This must be the fully qualified hostname for the mail relay 
  42. (such as relay.aspen.com).
  43. </P>
  44. (Default value: relay)
  45. <P>
  46. <STRONG>Local domain name:</STRONG> If your organization comprises 
  47. multiple domains, this is the local domain for the Internet Gateway system
  48. (such as sub.aspen.com). If your organization comprises a single domain, this 
  49. is the same as the root domain entry (aspen.com, in the example above).
  50. </P>
  51. (Default value: none)
  52. <P>
  53. <STRONG>Directory of the UUCP path-alias database:</STRONG> If the Internet
  54. Gateway uses UNIX-to-UNIX Copy (UUCP) for mail transfers, this is the directory
  55. for the database that is used to convert UUCP domain mail to the full pathname
  56. of the destination. This information is transferred inside a Usenet news
  57. group and compiled each night. Although UUCP is considered obsolete, 
  58. a large number of sites still rely on it. To disable the pathalias database,
  59. enter <VAR>/dev/null</VAR> as the path-alias database name.
  60. </P>
  61. (Default value: /dev/null)
  62. <P>
  63. <STRONG>List of domains for which this host is the relay:</STRONG> If the
  64. Internet Gateway system is a relay host inside your organization, this list 
  65. contains all domain names for which other systems specify the Internet Gateway 
  66. as their mail relay host. Enter each domain name and press <VAR>Enter</VAR> after 
  67. each entry.
  68. </P>
  69. (Default value: none)
  70. <CENTER>
  71. <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
  72. </CENTER>
  73. </FORM>
  74. EndOfFile
  75.